﻿////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Translation sheet of DataExchange.dll;

- you can translate this to any language accepted by SMath Studio;
- edit the text after the equal sign;
- {0},{1},...,{#} are placeholders for names or numbers (language-indipendent);
- send me back the translated sheet (PM on the SMath Studio Forum or by mail: davide.carpi@gmail.com).

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

LANGUAGE: ENGLISH

// I/O errors
langDictionary["error_write_directory"] = "Can't create the directory '{0}'.";
langDictionary["error_write_files"] = "Can't write files in '{0}'.";
langDictionary["error_write_data"] = "Failed to save the {0} data.";
langDictionary["error_read_file"] = "The file '{0}' doesn't exist.";
langDictionary["error_filename"] = "Invalid filename.";
// CSV files
langDictionary["csv_export_description_2"] = "Export \"1:variable\" into a \"2:string\".csv file; the file will be placed in the current working directory. The function returns '1' if successful.";
langDictionary["csv_export_description_3"] = "Export \"1:variable\" into a \"2:string\".csv file; the file will be placed in the \"3:string\" path. The function returns '1' if successful.";
// OpenDocument Formula files
langDictionary["odf_export_description_2"] = "Export \"1:variable\" as a \"2:string\".odf formula file; the file will be placed in the current working directory. The function returns '1' if successful.";
langDictionary["odf_export_description_3"] = "Export \"1:variable\" as a \"2:string\".odf formula; the file will be placed in the \"3:string\" path. The function returns '1' if successful.";
// Spreadsheets
langDictionary["spreadsheet_export_description_2"] = "Export \"1:variable\" into a \"2:string\".{0} spreadsheet; the file will be placed in the current working directory. The function returns '1' if successful.";
langDictionary["spreadsheet_export_description_3"] = "Export \"1:variable\" into a \"2:string\".{0} spreadsheet; the file will be placed in the \"3:string\" path. The function returns '1' if successful.";
langDictionary["spreadsheet_import_description_2"] = "Import {0} spreadsheet data from \"1:string\" path; get all data from \"2:string\" sheet name.";
langDictionary["spreadsheet_import_description_3"] = "Import {0} spreadsheet data from \"1:string\" path; search data into \"2:string\" sheet name and \"3:string\" cell.";
langDictionary["spreadsheet_import_description_4"] = "Import {0} spreadsheet data from \"1:string\" path; search data into \"2:string\" sheet name, from \"3:string\" cell to \"4:string\" cell.";
langDictionary["spreadsheet_error_sheet"] = "Sheet not found.";
langDictionary["spreadsheet_error_data"] = "The sheet does not contains data to import.";
langDictionary["spreadsheet_error_cell_name"] = "Wrong format for cell name; please use something like 'A1'.";
langDictionary["spreadsheet_error_row_number"] = "Row number must be a positive integer.";
// Save dialog
langDictionary["file_odt"] = "ODF Text Document";
langDictionary["file_tex"] = "XeLaTeX Document";
langDictionary["file_screenshots"] = "PNG screenshots";
// Dialogs
langDictionary["options"] = "Options";
langDictionary["OK"] = "OK";
langDictionary["set_default"] = "set options as default";
langDictionary["Yes"] = "Yes";
langDictionary["No"] = "No";
// ODT dialog
langDictionary["image_math"] = "Save formulas as images";
langDictionary["image_text"] = "Save texts as images";
langDictionary["evaluate_equations"] = "Evaluate equations";
// XeLaTeX dialog
langDictionary["definition_symbol"] = "Definition symbol:";
langDictionary["enumerate_formulas"] = "Enumerate formulas:";
langDictionary["text_language"] = "Text language:";
langDictionary["equal_colon"] = "colon + equal";	// ≔
langDictionary["equal_def"] = "def over equal";	// ≝
langDictionary["equal_simple"] = "simple equal";	// =